projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a75bde
)
; * lisp/eshell/esh-util.el (eshell-get-path): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jun 2019 08:32:38 +0000
(11:32 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jun 2019 08:32:38 +0000
(11:32 +0300)
lisp/eshell/esh-util.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-util.el
b/lisp/eshell/esh-util.el
index 633bd02d2d221dd8de1a1b5518b447d1d7f53f20..fe8eb35d3669eb4a377e617ada2fd596d62c8df1 100644
(file)
--- a/
lisp/eshell/esh-util.el
+++ b/
lisp/eshell/esh-util.el
@@
-233,8
+233,8
@@
It might be different from \(getenv \"PATH\"), when
(make-variable-buffer-local 'eshell-path-env)
(defun eshell-get-path ()
- "Return $PATH as list.
-Add the current directory on
w
indows."
+ "Return $PATH as
a
list.
+Add the current directory on
MS-W
indows."
(eshell-parse-colon-path
(if (eshell-under-windows-p)
(concat "." path-separator eshell-path-env)